Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.video.filemanager.contrib--plugins

This contribution is part of XML component org.nuxeo.ecm.platform.video.filemanager.contrib inside nuxeo-platform-video-core-9.10.jar /OSGI-INF/filemanager-importer-contrib.xml

Documentation

Simple plugin for the file manager. Creates a Video Document type from any of the matching mime types.

Extension Point

Extension point plugins of component FileManagerService.

Contributed Items

  • <plugin class="org.nuxeo.ecm.platform.video.importer.VideoImporter" name="VideoImporter" order="10">
          <filter>video/.*</filter>
        </plugin>

XML Source

<extension point="plugins" target="org.nuxeo.ecm.platform.filemanager.service.FileManagerService">
    <documentation>
      Simple plugin for the file manager. Creates a Video Document type from
      any of the matching mime types.
    </documentation>
    <plugin class="org.nuxeo.ecm.platform.video.importer.VideoImporter" name="VideoImporter" order="10">
      <filter>video/.*</filter>
    </plugin>
  </extension>